@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Contrail+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
*{
    margin:0; 
}

#navbar{
    background-color: #3F8F5D;
    position: fixed;
}

#imgnav{
    max-width: 75px;
}

#cad{
    text-align: center;
}

body{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#primeirasection {
    /*background-image: url("https://xandycosta.profrodolfo.com.br/ProjTCC/Imagens/Reciclagem.jpg");*/
    background-color: #BED6C7;
    background-size: 100%;
    background-attachment: fixed;  
    height: 100vh;
    /*padding: 70px;*/

}

#primeiraLinhacons{
    height: 50vh;
    align-items: flex-end;
}

#sengundaLinhacons{
    height: 50vh;
    align-items: center;
}

#conscientizacao{
    text-align: left;
    color: #8F7C5D;
    font-family: 'Contrail One', cursive;   
    margin-top: 10vh; 
}

@media (min-width: 100px){
    
    #conscientiz{
        font-family: 'Fugaz One', cursive;
        font-size: 50px;
    }
    
    #acao{
        font-size: 100px;
    }    

    #txtConscientizacao{
        text-align: right;
        color: white;
        font-family: 'Contrail One', cursive; 
        font-size: 22px;
    }
}

@media (min-width: 576px){
    
    #conscientiz{
        font-family: 'Fugaz One', cursive;
        font-size: 60px;
    }
    
    #acao{
        font-size: 110px;
    }    

    #txtConscientizacao{
        text-align: right;
        color: white;
        font-family: 'Contrail One', cursive; 
        font-size: 27px;
    }
}

@media (min-width: 767px){
    
    #conscientiz{
        font-family: 'Fugaz One', cursive;
        font-size: 70px;
    }
    
    #acao{
        font-size: 120px;
    }    

    #txtConscientizacao{
        text-align: right;
        color: white;
        font-family: 'Contrail One', cursive; 
        font-size: 22px;
    }
}

@media (min-width: 991px){
    
    #conscientiz{
        font-family: 'Fugaz One', cursive;
        font-size: 80px;
    }
    
    #acao{
        font-size: 130px;
    }    

    #txtConscientizacao{
        text-align: right;
        color: white;
        font-family: 'Contrail One', cursive; 
        font-size: 27px;
    }
}

@media (min-width: 1199px){
    
    #conscientiz{
        font-family: 'Fugaz One', cursive;
        font-size: 90px;
    }
    
    #acao{
        font-size: 140px;
    }  
    
    #txtConscientizacao{
        text-align: right;
        color: white;
        font-family: 'Contrail One', cursive; 
        font-size: 32px;
    }
}

@media (min-width: 1399px){
    
    #conscientiz{
        font-family: 'Fugaz One', cursive;
        font-size: 100px;
    }
    
    #acao{
        font-size: 150px;
    }  
    
    #txtConscientizacao{
        text-align: right;
        color: white;
        font-family: 'Contrail One', cursive; 
        font-size: 37px;
    }   
}



/*Segunda section*/

#segundasection {
    /*background-image: url("https://xandycosta.profrodolfo.com.br/ProjTCC/Imagens/ReciclagemAzul.png");*/
    background-color: #BED6C7;
    background-size: 100%;
    background-attachment: fixed;      
    height: 100vh; 
    object-fit: cover;          
}

#linhaVerde{
    height: 100vh;
    align-items: center;
}

@media (min-width: 100px){
    
    #txtVerde{
        text-align: left;
        color: white;
        font-family: 'Contrail One', cursive;
        margin-top: 5vh;
        font-size: 20px;
    }

}

@media (min-width: 576px){
    
    #txtVerde{
        text-align: left;
        color: white;
        font-family: 'Contrail One', cursive;
        margin-top: 5vh;
        font-size: 25px;
    }

}

@media (min-width: 767px){
    
    #txtVerde{
        text-align: left;
        color: white;
        font-family: 'Contrail One', cursive;
        margin-top: 5vh;
        font-size: 27px;
    }

}

@media (min-width: 991px){
    
    #txtVerde{
        text-align: left;
        color: white;
        font-family: 'Contrail One', cursive;
        margin-top: 5vh;
        font-size: 30px;
    }

}

@media (min-width: 1199px){
    
    #txtVerde{
        text-align: left;
        color: white;
        font-family: 'Contrail One', cursive;
        margin-top: 5vh;
        font-size: 32px;
    }

}

@media (min-width: 1399px){
    
    #txtVerde{
        text-align: left;
        color: white;
        font-family: 'Contrail One', cursive;
        margin-top: 5vh;
        font-size: 35px;
    }

}

#imgLixos{
    width: 300px;
    height: 30vw;
    max-height: 400px;
    position: relative;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

#imgLixos img{
    opacity: 0;
    position: absolute;
    height: 100%;
    object-fit: cover;
    transition: opacity 800ms;
    border-radius: 100px;
}

#imgLixos img.selected{
    opacity: 1;
}





#terceirasection {
    /*background-image: url("https://xandycosta.profrodolfo.com.br/ProjTCC/Imagens/ReciclagemVermelha.png");*/
    background-color: #BED6C7;
    background-size: 100%;
    background-attachment: fixed; 
    height: 95vh; 
    object-fit: cover;
}

#txtParticipantes{
    text-align: center;
    font-family: 'Contrail One', cursive;
    color: #3F8F5D;
    margin-top: 3vh;
    margin-bottom: 3vh;
}

#linhaImgParticipantes{
    height: 85vh;
}

.imgParticipantes{
    text-align: center;
}

@media (max-width: 767px){
    
    .imgParticipantes img{
        height: 10vh;
    }    
}

@media (min-width: 767px){
    
    .imgParticipantes img{
        height: 25vh;
    }    
}

/*.imgParticipantes img{
    height: 25vh;
}*/

#quartasection {
    /*background-image: url("https://xandycosta.profrodolfo.com.br/ProjTCC/Imagens/Reciclagem2.jpg");*/
    background-color: #BED6C7;
    background-size: 100%;
    background-attachment: fixed;    
    height: 95vh;
    object-fit: cover;            
}

#txtDicas{
    text-align: center;
    font-family: 'Contrail One', cursive;
    color: white;
    margin-top: 3vh;
}

#linhaImgDicas{
    height: 80vh;
    align-items: center;
}

.ColImgDicas{
    text-align: center;
}

@media (max-width: 991px){
    
    .imgDicas{
        border-radius: 100px;
        cursor: pointer;
        max-width: 120px;
        max-height: 120px;
    }   
}

@media (min-width: 991px){
    
    .imgDicas{
        border-radius: 100px;
        cursor: pointer;
        max-width: 300px;
        max-height: 300px;
    }    
}

/*.imgDicas{
    border-radius: 100px;
    cursor: pointer;
    max-width: 120px;
    max-height: 120px;
}*/

/*#txtCad{
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    color: white;
    font-family: 'Archivo', sans-serif;
}

#cad{
    background-color: #F6EAC2;
    height: 65vh; 
    object-fit: cover;
}

#cad h3{
    margin-top: 2vw;
}

#cad button{
    margin-bottom: 2vw;
}

.linhasCad{
    text-align: left;
}

.edtCad{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #F6EAC2;
    outline: 0;
}*/

#quintasection{
    background-color: #BED6C7;
    background-size: 100%;
    background-attachment: fixed; 
    height: 20vh; 
    object-fit: cover;
}

#btnCad{
    text-align: center;
}

#btnCad button{
    color: white;
    font-weight: bold;
    margin-top: 5vh;
    height: 10vh;
    width: 45vw;
    border-radius: 30px;

}

#sextasection{
    background-color: #3F8F5D;
    background-size: 100%;
    background-attachment: fixed; 
    height: 20vh; 
    object-fit: cover;
}

#desenv{
    text-align: center;
}